home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Apps / EOModeler.app / English.lproj / Info.nib / data.classes next >
Encoding:
Text File  |  1995-01-31  |  450 b   |  22 lines

  1. InfoView = {SUPERCLASS = View; };
  2. Info = {
  3.     OUTLETS = {
  4.     byField = byField; 
  5.     infoPanel = infoPanel; 
  6.     infoView = infoView; 
  7.     tickerView = tickerView; 
  8.     }; 
  9.     SUPERCLASS = Object; 
  10. };
  11. TickerView = {SUPERCLASS = View; };
  12. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  13. Controller = {
  14.     OUTLETS = {
  15.     info = info; 
  16.     infoPanel = infoPanel; 
  17.     tickerView = tickerView; 
  18.     versionField = versionField; 
  19.     }; 
  20.     SUPERCLASS = Object; 
  21. };
  22.